This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Subject: XPages: Scrollable viewPanel - can it be done?
Feedback Type: Question
Product Area: Domino Designer on Eclipse (DDE)
Technical Area: Application Development
Platform: Windows
Release: 8.5.1
Reproducible: Always
On a viewPanel, I'd like to have the view data contained within a vertical scrollable region. I've been able to attach a scroll bar by wrapping the viewPanel in an <xp:panel> with a style of "overflow:auto" but I can't seem to get the View Column Headers to be outside of the scrolling region. The <xp:viewColumnHeader> tags are embedded/tied to the <xp:viewColumn> tags & if you try to separate them out, the view doesn't display at all. I also tried embedding the View Column Headers in the pager area à la the xp-key="headerPager" route, using raw HTML but the resulting headers were very tiny and didn't line up with the columns. Am I doomed to use pagers?
Maybe I'm not approaching this correctly. Has anyone been able to do this? Since these are categorized views, I haven't wanted to go down the "Use a Repeat control" route.